From 729af2afec2cefbdb2a87bd769607f2d51580838 Mon Sep 17 00:00:00 2001 From: Leopold Palomo-Avellaneda Date: Thu, 9 Oct 2014 12:14:16 +0200 Subject: [PATCH] Working on lintian messages... --- debian/control | 1 - debian/copyright | 19 ------------------- debian/pcl-tools.install | 0 debian/rules | 13 +++++++++---- 4 files changed, 9 insertions(+), 24 deletions(-) mode change 100755 => 100644 debian/pcl-tools.install diff --git a/debian/control b/debian/control index f707a378..e28c636a 100644 --- a/debian/control +++ b/debian/control @@ -55,7 +55,6 @@ Description: Point Cloud Library - development files Package: libpcl1.7 Architecture: any Multi-Arch: foreign -Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, libpcl-apps1.7, libpcl-common1.7, diff --git a/debian/copyright b/debian/copyright index 23c9f709..1344977b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -49,18 +49,6 @@ Files: apps/point_cloud_editor/* Copyright: 2012, Texas A&M University License: BSD-3-clause - -Files: common/include/pcl/common/eigen.h -Copyright: 2009 Hauke Heibel - 2010 Gael Guennebaud - 2010-2012, Willow Garage, Inc -License: BSD-3-clause - -Files: common/src/fft/kiss_fft.c - common/src/fft/kiss_fftr.c -Copyright: 2003-2010, Mark Borgerding -License: BSD-3-clause - Files: tools/tiff2pcd.cpp Copyright: 2012 KU Leuven 2010-2012, Willow Garage, Inc @@ -228,12 +216,6 @@ License: Expat TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Files: common/include/pcl/common/eigen.h -Copyright: 2009 Hauke Heibel - 2010 Gael Guennebaud - 2010-2012, Willow Garage, Inc -License: BSD-3-clause - Files: test/outofcore/test_outofcore.cpp outofcore/include/pcl/outofcore/impl/octree* outofcore/include/pcl/outofcore/octree* @@ -408,7 +390,6 @@ Files: visualization/include/pcl/visualization/vtk/vtkVertexBuffer* Copyright: 1993-2008 Ken Martin, Will Schroeder, Bill Lorensen License: BSD-2-Clause - Files: doc/* Copyright: 2009-2012, Willow Garage, Inc. 2012-2014, Open Perception, Inc. diff --git a/debian/pcl-tools.install b/debian/pcl-tools.install old mode 100755 new mode 100644 diff --git a/debian/rules b/debian/rules index 02e9290e..00e38c31 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,12 @@ CXXFLAGS+=$(CPPFLAGS) # Multiarch. DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -.PHONY: override_dh_auto_configure override_dh_auto_build override_dh_strip override_dh_install +.PHONY: override_dh_auto_configure \ + override_dh_auto_build \ + override_dh_install \ + override_dh_installchangelogs \ + override_dh_strip \ + override_dh_shlibdeps override_dh_auto_configure: dh_auto_configure -- \ @@ -62,16 +67,16 @@ override_dh_install: cmd="dh_link -p pcl-tools usr/share/man/man1/pcl_pointclouds.1 usr/share/man/man1/$$i.1"; \ echo $$cmd; $$cmd; \ done - + # using the provided by the package libjs-jquery rm -rf debian/tmp/usr/share/doc/libpcl-doc/html/jquery.js - dh_link -p libpcl-doc usr/share/javascript/jquery/jquery.js usr/share/doc/libpcl-doc/html/jquery.js + dh_install --list-missing override_dh_strip: dh_strip -a --dbg-package=libpcl1.7-dbg override_dh_shlibdeps: - dh_shlibdeps -Lpcl-tools -l/usr/lib/${DEB_HOST_MULTIARCH}/cloud_composer_plugins + dh_shlibdeps -- -xpcl-tools -v override_dh_installchangelogs: dh_installchangelogs -plibpcl-common1.7 CHANGES.md -- 2.30.2